<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-nav div{position:absolute;top:180px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "å®‹ä½“";background-color:transparent;overflow:hidden;_display:none;}
.owl-prev{left:-100px; color:#cccccc}
.owl-next{right:-100px;color:#cccccc}
.owl-prev:before{content:"&lt;";}
.owl-next:before{content:"&gt;";}
 
 
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dots .owl-dot {

display:none;
/* 
	display: inline-block;
	zoom: 1;
	*display: inline
	*/
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-carousel{width:1080px;margin:0 auto;padding-top:30px;font-family:"Microsoft Yahei";}
.owl-carousel .owl-wrapper-outer{margin:0 auto;}
.owl-carousel .item{position:relative;width:250px;height:339px;margin:0 auto;background-color:#fff;overflow:hidden; }
.item .txt{position:absolute;left:0;bottom:0;width:226px;height:70px;padding:0 12px;color:#888; text-align:center}
.item  a h3{width:226px;height:25px;font:700 16px/25px arial,"Microsoft Yahei";overflow:hidden;}
.item  a{color:#666;text-decoration:none;font:700 16px/25px arial,"Microsoft Yahei"; display:block}
.item  a:hover{color:#ffffff;font:700 16px/25px arial,"Microsoft Yahei"; }
.item  p{width:226px;height:54px;line-height:18px;font-size:12px;color:#999;}

.item:hover{ background-color:#098535; box-shadow:0 0 10px #ccc;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.item:hover a,.item:hover p{ color:#fff;}


.owl-carousel .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
.owl-carousel .item:hover .txt{background-color:#fff\9;}


.owl-carousel2 .item{position:relative;width:160px;height:200px;margin:0 auto;overflow:hidden; background-color:transparent;}
.owl-carousel2 .item .txt{position:absolute;left:0;bottom:0;width:226px;height:70px;padding:0 12px;color:#888; text-align:center}
.owl-carousel2 .item  a{color:#333;text-decoration:none;font:15px; display:block; text-align: center}
.owl-carousel2 .item  a:hover{color:#098535;font:15px; }
.owl-carousel2 .item:hover{box-shadow:0 0 0px #ccc;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.owl-carousel2 .item:hover a,.item:hover p{ }
.owl-carousel2 .owl-nav div{position:absolute;top:60px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "å®‹ä½“";background-color:transparent;overflow:hidden;_display:none;}



</pre></body></html>